home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 690 / fastgif / fastgif.us < prev    next >
Text File  |  1995-03-18  |  2KB  |  87 lines

  1.  
  2.                                FastGif V1.00
  3.                      (c) 1992 by Christophe PASSUELLO
  4.                      ---------------------------------
  5.  
  6.  
  7.     FastGif is a fast viewer for GIF pictures; written in C for the user interface
  8.     and assembler for unpacking and viewing routines.
  9.  
  10.     FastGif can't be sold, but you can distribute it on DP's disks or on BBS
  11.     only if complete and unchanged.
  12.  
  13.  
  14.  
  15. BAD
  16. ---
  17.   - It uses a lot of memory (loading file in RAM), allocate big block (320Kb
  18.     for a 640 * 512 pixels pictures)
  19.  
  20.   - Can't view pictures with more than 32 colors.
  21.  
  22.  
  23.  
  24. GOOD
  25. ----
  26.   - Very fast, mains routines are written using very high optimised assembler
  27.     (about twice faster than TurboGif)
  28.  
  29.   - It should be even faster on 32 bits cards because the assembly routines are
  30.     small enough to fit in cache.
  31.  
  32.   - It should works on NTSC or PAL.
  33.  
  34.   - You can scroll picture.
  35.  
  36.   - It handles corrupted GIF files
  37.  
  38.  
  39. USE
  40. ---
  41.  
  42.   FastGif takes one argument witch is the name of the GIF file, for each picture
  43.   it displays size, numbers of colors and so on, ...
  44.  
  45.   Once displayed you can use the keys:
  46.  
  47.        L       : switch Interlace
  48.        H       : switch Hires (only if no more than 16 colors)
  49.        O       : switch OverScan
  50.        2 4 6 8 : scroll picture
  51.        ESC     : escape from FastGif
  52.  
  53.   The picture is displayed in a screen so you can put the Workbench in front
  54.   using the keys Amiga-Left N.
  55.  
  56.  
  57.  
  58. TO DO
  59. -----
  60.  
  61.   - Viewing more than 32 colors.
  62.  
  63.   - Saving to IFF.
  64.  
  65.  
  66.  
  67. AUTHOR
  68. ------
  69.    Send me any suggestion, bugs-report, flames, etc....
  70.    Any contribution is welcome (bills only), i'm searching docs for the IFF 12
  71.    and 24 bits format files.
  72.  
  73.    For bugs-report send informations about your config:
  74.    Witch processor, version of Workbench, how many RAM you own (CHIP & FAST).
  75.  
  76.    You can contact me at the address
  77.  
  78.         Christophe PASSUELLO
  79.         25, Rue du Plateau
  80.         91600 SAVIGNY SUR ORGE
  81.         FRANCE
  82.  
  83.    or i prefer using EMail
  84.  
  85.         p6inf016@frcirp81.bitnet    (only until Sept-Oct 1992)
  86.  
  87.